home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Amiga Format CD 46
/
Amiga Format CD46 (1999-10-20)(Future Publishing)(GB)[!][issue 1999-12].iso
/
-in_the_mag-
/
reader_requests
/
scilab
/
man
/
man-part1
/
cat1
/
newfun.1
< prev
next >
Wrap
Text File
|
1999-09-16
|
696b
|
67 lines
newfun(1) Scilab Function newfun(1)
NAME
newfun - add a name in the table of functions
CALLING SEQUENCE
newfun("function-name",nameptr)
DESCRIPTION
Utility function (for experts only). Adds the name "function-name" in the
table of functions known to the interpreter. "nameptr" is an integer
100*fun+fin where fun and fin is the internal coding of the primitive
"function-name". This function is useful to associate a primitive to a
routine interfaced in "matusr.f" (fun=14). Used with funptr and clearfun
one can redefine a primitive by a function with same name.
SEE ALSO
clearfun